projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3331703
)
Remove Lucid Emacs support from bookmark.el
author
Stefan Kangas
<stefankangas@gmail.com>
Wed, 12 Jun 2019 08:36:10 +0000
(10:36 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 15 Jun 2019 08:30:46 +0000
(11:30 +0300)
* lisp/bookmark.el: Remove Lucid Emacs support.
(Bug#36179)
lisp/bookmark.el
patch
|
blob
|
history
diff --git
a/lisp/bookmark.el
b/lisp/bookmark.el
index e630771eb5fe08c26e15d79de641b727ef9c9b22..50c7bdf8ca268784f2a5ce69a22af1b31b3170e1 100644
(file)
--- a/
lisp/bookmark.el
+++ b/
lisp/bookmark.el
@@
-176,12
+176,6
@@
A non-nil value may result in truncated bookmark names."
;;; No user-serviceable parts beyond this point.
-;; Added for lucid emacs compatibility, db
-(or (fboundp 'defalias) (fset 'defalias 'fset))
-
-;; suggested for lucid compatibility by david hughes:
-(or (fboundp 'frame-height) (defalias 'frame-height 'screen-height))
-
\f
;;; Keymap stuff: